API

Procurement APIs

POST procurement/orders

Creates a new purchase order

HTTP method POST
URI https://api.rambase.net/procurement/orders
Supported formats Xml, Html, Json (ex. $format=json)
Custom fields Custom fields supported
Successful HTTP status code 201
API resource identifier 2998, version 9

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
<PurchaseOrder>
2
     <SuppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

This field is optional.

>
{String}</SuppliersReference>
3
     <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

This field is optional.

>
{String}</SuppliersReferenceNumber>
4
     <Type
Type

Type of purchase order

Applicable domain values can be found here

This field is optional.

>
{String}</Type>
5
     <Currency
Currency

Three character code following the ISO 4217 standard

Applicable domain values can be found here

This field is optional.

>
{String}</Currency>
6
     <Note
Note

Additional information regarding the object (free text). This note might be visible to customers/suppliers.

This field is optional.

>
{String}</Note>
7
     <Location
Location

This field is optional.

>
8
          <LocationId
LocationId

Location identifier

Minimum value: 10000

This field is optional.

>
{Integer}</LocationId>
9
     </Location>
10
     <Assignee
Assignee

The user who has been assigned to work with this object.

This field is optional.

>
11
          <UserId
UserId

User identifier

Minimum value: 100

This field is optional.

>
{Integer}</UserId>
12
     </Assignee>
13
     <Supplier>
14
          <SupplierId
SupplierId

Required/mandatory field

RamBase supplier identifier

Minimum value: 100

>
{Integer}</SupplierId>
15
     </Supplier>
16
     <ShipFrom
ShipFrom

This field is optional.

>
17
          <AddressId
AddressId

Address identifier

Minimum value: 1

This field is optional.

>
{Integer}</AddressId>
18
     </ShipFrom>
19
     <Shipment
Shipment

This field is optional.

>
20
          <DeliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Applicable domain values can be found here

This field is optional.

>
{String}</DeliveryTerms>
21
          <DeliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

This field is optional.

>
{String}</DeliveryTermPlace>
22
          <ShippingService
ShippingService

This field is optional.

>
23
               <ShippingServiceId
ShippingServiceId

Shipping service identifier

Minimum value: 100000

This field is optional.

>
{Integer}</ShippingServiceId>
24
          </ShippingService>
25
     </Shipment>
26
     <Payment
Payment

This field is optional.

>
27
          <PaymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the supplier.

Applicable domain values can be found here

This field is optional.

>
{String}</PaymentTerms>
28
     </Payment>
29
</PurchaseOrder>
1
{
2
     "purchaseOrder": {
3
          "suppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

This field is optional.

":
"{String}",
4
          "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

This field is optional.

":
"{String}",
5
          "type
Type

Type of purchase order

Applicable domain values can be found here

This field is optional.

":
"{String}",
6
          "currency
Currency

Three character code following the ISO 4217 standard

Applicable domain values can be found here

This field is optional.

":
"{String}",
7
          "note
Note

Additional information regarding the object (free text). This note might be visible to customers/suppliers.

This field is optional.

":
"{String}",
8
          "location
Location

This field is optional.

":
{
9
               "locationId
LocationId

Location identifier

Minimum value: 10000

This field is optional.

":
"{Integer}"
10
          },
11
          "assignee
Assignee

The user who has been assigned to work with this object.

This field is optional.

":
{
12
               "userId
UserId

User identifier

Minimum value: 100

This field is optional.

":
"{Integer}"
13
          },
14
          "supplier": {
15
               "supplierId
SupplierId

Required/mandatory field

RamBase supplier identifier

Minimum value: 100

":
"{Integer}"
16
          },
17
          "shipFrom
ShipFrom

This field is optional.

":
{
18
               "addressId
AddressId

Address identifier

Minimum value: 1

This field is optional.

":
"{Integer}"
19
          },
20
          "shipment
Shipment

This field is optional.

":
{
21
               "deliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Applicable domain values can be found here

This field is optional.

":
"{String}",
22
               "deliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

This field is optional.

":
"{String}",
23
               "shippingService
ShippingService

This field is optional.

":
{
24
                    "shippingServiceId
ShippingServiceId

Shipping service identifier

Minimum value: 100000

This field is optional.

":
"{Integer}"
25
               }
26
          },
27
          "payment
Payment

This field is optional.

":
{
28
               "paymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the supplier.

Applicable domain values can be found here

This field is optional.

":
"{String}"
29
          }
30
     }
31
}

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.

Read more about filters and sorting on how to use filter parameters and named filters.

Read more about filters and sorting on how to use sortable parameters

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<PurchaseOrder>
2
     <PurchaseOrderId
PurchaseOrderId

Purchase order identifier

>
{Integer}</PurchaseOrderId>
3
     <Status
Status

Status of the purchase order

Possible domain values can be found here

>
{Integer}</Status>
4
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
5
     <UpdatedAt
UpdatedAt

Date and time of update

>
{Datetime}</UpdatedAt>
6
     <SuppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

>
{String}</SuppliersReference>
7
     <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

>
{String}</SuppliersReferenceNumber>
8
     <BuyersReferenceNumber
BuyersReferenceNumber

Buyers reference number

>
{String}</BuyersReferenceNumber>
9
     <RegistrationDate
RegistrationDate

Date of registration

>
{Date}</RegistrationDate>
10
     <Type
Type

Type of purchase order

Possible domain values can be found here

>
{String}</Type>
11
     <SubType
SubType

Subtype of purchase order

Possible domain values can be found here

>
{String}</SubType>
12
     <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
13
     <Note
Note

Additional information regarding the object (free text). This note might be visible to customers/suppliers.

>
{String}</Note>
14
     <ShipToAttention
ShipToAttention

Attention of the ship to address. When changing ship to address, the ShipToAttention will be overridden by the attention of the new ship to address.

>
{String}</ShipToAttention>
15
     <Location>
16
          <LocationId
LocationId

Location identifier

>
{Integer}</LocationId>
17
          <Name
Name

Name of location

>
{String}</Name>
18
          <ShortName
ShortName

Unique abbreviation/short name of the location

>
{String}</ShortName>
19
          <LocationLink
LocationLink

Location reference

>
{String}</LocationLink>
20
     </Location>
21
     <Assignee
Assignee

The user who has been assigned to work with this object.

>
22
          <UserId
UserId

User identifier

>
{Integer}</UserId>
23
          <Name
Name

Name of the user

>
{String}</Name>
24
          <FirstName
FirstName

First name of the user

>
{String}</FirstName>
25
          <UserLink
UserLink

User reference

>
{String}</UserLink>
26
     </Assignee>
27
     <Supplier>
28
          <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
29
          <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
30
               <ConfirmedDeliveryDateBuffer
ConfirmedDeliveryDateBuffer

If the confirmed delivery date is unreliable, you can specify a buffer in days to be added.

This buffer will be used when the requested delivery date for purchase orders is calculated.
This buffer will also be added to the confirmed delivery date when creating purchase order responses.

>
{Integer}</ConfirmedDeliveryDateBuffer>
31
               <DefaultInvoiceAddress>
32
                    <Attention
Attention

Attention note.

>
{String}</Attention>
33
                    <AddressLine1
AddressLine1

First address line

>
{String}</AddressLine1>
34
                    <AddressLine2
AddressLine2

Second address line

>
{String}</AddressLine2>
35
                    <PostalCode
PostalCode

Postalcode/Postcode/ZIP

>
{String}</PostalCode>
36
                    <City
City

City/town/village

>
{String}</City>
37
                    <Region
Region

Region/province/state

>
{String}</Region>
38
                    <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

>
{String}</CountryCode>
39
                    <Country
Country

English name of country.

>
{String}</Country>
40
               </DefaultInvoiceAddress>
41
          </Name>
42
          <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
43
     </Supplier>
44
     <Totals>
45
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
46
          <TotalAmount
TotalAmount

The total amount in object currency, including VAT

>
{Decimal}</TotalAmount>
47
          <Currency
Currency

Currency used in conversion. Default is company accounting currency. Three character code following the ISO 4217 standard.

>
{String}</Currency>
48
          <ExchangeRate
ExchangeRate

The exchange rate used in convertion

>
{Decimal}</ExchangeRate>
49
          <TotalAmount
TotalAmount

The total amount in company currency, including VAT.

>
{Decimal}</TotalAmount>
50
     </Totals>
51
     <ShipTo>
52
          <Name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

>
{String}</Name>
53
          <Firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

>
{String}</Firstname>
54
          <AddressLine1
AddressLine1

First address line

>
{String}</AddressLine1>
55
          <AddressLine2
AddressLine2

Second address line

>
{String}</AddressLine2>
56
          <PostalCode
PostalCode

Postalcode/Postcode/ZIP

>
{String}</PostalCode>
57
          <City
City

City/town/village

>
{String}</City>
58
          <Region
Region

Region/province/state

>
{String}</Region>
59
          <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

>
{String}</CountryCode>
60
          <Country
Country

English name of country.

>
{String}</Country>
61
          <Reference>
62
               <Database
Database

Database of the object

>
{String}</Database>
63
               <ItemId
ItemId

Item-number of the object

>
{Integer}</ItemId>
64
               <ItemType
ItemType

Type of item

>
{String}</ItemType>
65
               <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
66
               <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
67
               <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
68
               <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
69
               <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
70
          </Reference>
71
     </ShipTo>
72
     <ShipFrom>
73
          <AddressId
AddressId

Address identifier

>
{Integer}</AddressId>
74
          <Name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

>
{String}</Name>
75
          <AddressLine1
AddressLine1

First address line

>
{String}</AddressLine1>
76
          <AddressLine2
AddressLine2

Second address line

>
{String}</AddressLine2>
77
          <PostalCode
PostalCode

Postalcode/Postcode/ZIP

>
{String}</PostalCode>
78
          <City
City

City/town/village

>
{String}</City>
79
          <Region
Region

Region/province/state

>
{String}</Region>
80
          <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

>
{String}</CountryCode>
81
          <Country
Country

English name of country.

>
{String}</Country>
82
          <AddressLink
AddressLink

Supplier address reference

>
{String}</AddressLink>
83
     </ShipFrom>
84
     <Shipment>
85
          <DeliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

>
{String}</DeliveryTerms>
86
          <DeliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

>
{String}</DeliveryTermPlace>
87
          <ShippingService>
88
               <ShippingServiceId
ShippingServiceId

Shipping service identifier

>
{Integer}</ShippingServiceId>
89
               <Name
Name

Name of shipping service

>
{String}</Name>
90
               <Carrier>
91
                    <CarrierId
CarrierId

Carrier identifier

>
{Integer}</CarrierId>
92
                    <CarrierLink
CarrierLink

Carrier reference

>
{String}</CarrierLink>
93
               </Carrier>
94
               <ShippingServiceLink
ShippingServiceLink

Shipping service reference

>
{String}</ShippingServiceLink>
95
          </ShippingService>
96
     </Shipment>
97
     <Payment>
98
          <PaymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the supplier.

Possible domain values can be found here

>
{String}</PaymentTerms>
99
          <NotificationId
NotificationId

Notification identifier

>
{Integer}</NotificationId>
100
          <Status
Status

Status of the notification

>
{Integer}</Status>
101
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
102
          <Message
Message

The message from the notification definition, expanded with parameters.

>
{String}</Message>
103
          <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

>
{String}</TranslatedMessage>
104
          <NotificationType>
105
               <NotificationTypeId
NotificationTypeId

Notification type identifier

>
{String}</NotificationTypeId>
106
               <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

>
{String}</Category>
107
               <NotificationTypeLink
NotificationTypeLink

Notification type reference

>
{String}</NotificationTypeLink>
108
          </NotificationType>
109
          <NotificationLink
NotificationLink

Notification reference

>
{String}</NotificationLink>
110
          <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
111
          <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
112
          <Name
Name

Name of the customer/supplier, or last name if it is a person.

>
{String}</Name>
113
          <FirstName
FirstName

First name of the customer/supplier

>
{String}</FirstName>
114
          <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
115
          <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
116
     </Payment>
117
</PurchaseOrder>
1
{
2
     "purchaseOrder": {
3
          "purchaseOrderId
PurchaseOrderId

Purchase order identifier

":
"{Integer}",
4
          "status
Status

Status of the purchase order

Possible domain values can be found here

":
"{Integer}",
5
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
6
          "updatedAt
UpdatedAt

Date and time of update

":
"{Datetime}",
7
          "suppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

":
"{String}",
8
          "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

":
"{String}",
9
          "buyersReferenceNumber
BuyersReferenceNumber

Buyers reference number

":
"{String}",
10
          "registrationDate
RegistrationDate

Date of registration

":
"{Date}",
11
          "type
Type

Type of purchase order

Possible domain values can be found here

":
"{String}",
12
          "subType
SubType

Subtype of purchase order

Possible domain values can be found here

":
"{String}",
13
          "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
14
          "note
Note

Additional information regarding the object (free text). This note might be visible to customers/suppliers.

":
"{String}",
15
          "shipToAttention
ShipToAttention

Attention of the ship to address. When changing ship to address, the ShipToAttention will be overridden by the attention of the new ship to address.

":
"{String}",
16
          "location": {
17
               "locationId
LocationId

Location identifier

":
"{Integer}",
18
               "name
Name

Name of location

":
"{String}",
19
               "shortName
ShortName

Unique abbreviation/short name of the location

":
"{String}",
20
               "locationLink
LocationLink

Location reference

":
"{String}"
21
          },
22
          "assignee
Assignee

The user who has been assigned to work with this object.

":
{
23
               "userId
UserId

User identifier

":
"{Integer}",
24
               "name
Name

Name of the user

":
"{String}",
25
               "firstName
FirstName

First name of the user

":
"{String}",
26
               "userLink
UserLink

User reference

":
"{String}"
27
          },
28
          "supplier": {
29
               "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
30
               "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
{
31
                    "confirmedDeliveryDateBuffer
ConfirmedDeliveryDateBuffer

If the confirmed delivery date is unreliable, you can specify a buffer in days to be added.

This buffer will be used when the requested delivery date for purchase orders is calculated.
This buffer will also be added to the confirmed delivery date when creating purchase order responses.

":
"{Integer}",
32
                    "defaultInvoiceAddress": {
33
                         "attention
Attention

Attention note.

":
"{String}",
34
                         "addressLine1
AddressLine1

First address line

":
"{String}",
35
                         "addressLine2
AddressLine2

Second address line

":
"{String}",
36
                         "postalCode
PostalCode

Postalcode/Postcode/ZIP

":
"{String}",
37
                         "city
City

City/town/village

":
"{String}",
38
                         "region
Region

Region/province/state

":
"{String}",
39
                         "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

":
"{String}",
40
                         "country
Country

English name of country.

":
"{String}"
41
                    }
42
               },
43
               "supplierLink
SupplierLink

Supplier reference

":
"{String}"
44
          },
45
          "totals": {
46
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
47
               "totalAmount
TotalAmount

The total amount in object currency, including VAT

":
"{Decimal}",
48
               "currency
Currency

Currency used in conversion. Default is company accounting currency. Three character code following the ISO 4217 standard.

":
"{String}",
49
               "exchangeRate
ExchangeRate

The exchange rate used in convertion

":
"{Decimal}",
50
               "totalAmount
TotalAmount

The total amount in company currency, including VAT.

":
"{Decimal}"
51
          },
52
          "shipTo": {
53
               "name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

":
"{String}",
54
               "firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

":
"{String}",
55
               "addressLine1
AddressLine1

First address line

":
"{String}",
56
               "addressLine2
AddressLine2

Second address line

":
"{String}",
57
               "postalCode
PostalCode

Postalcode/Postcode/ZIP

":
"{String}",
58
               "city
City

City/town/village

":
"{String}",
59
               "region
Region

Region/province/state

":
"{String}",
60
               "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

":
"{String}",
61
               "country
Country

English name of country.

":
"{String}",
62
               "reference": {
63
                    "database
Database

Database of the object

":
"{String}",
64
                    "itemId
ItemId

Item-number of the object

":
"{Integer}",
65
                    "itemType
ItemType

Type of item

":
"{String}",
66
                    "itemLink
ItemLink

API reference to the item

":
"{String}",
67
                    "objectId
ObjectId

Identifier of the object

":
"{Integer}",
68
                    "objectType
ObjectType

Type of object

":
"{String}",
69
                    "objectLink
ObjectLink

API reference to the object

":
"{String}",
70
                    "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}"
71
               }
72
          },
73
          "shipFrom": {
74
               "addressId
AddressId

Address identifier

":
"{Integer}",
75
               "name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

":
"{String}",
76
               "addressLine1
AddressLine1

First address line

":
"{String}",
77
               "addressLine2
AddressLine2

Second address line

":
"{String}",
78
               "postalCode
PostalCode

Postalcode/Postcode/ZIP

":
"{String}",
79
               "city
City

City/town/village

":
"{String}",
80
               "region
Region

Region/province/state

":
"{String}",
81
               "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

":
"{String}",
82
               "country
Country

English name of country.

":
"{String}",
83
               "addressLink
AddressLink

Supplier address reference

":
"{String}"
84
          },
85
          "shipment": {
86
               "deliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

":
"{String}",
87
               "deliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

":
"{String}",
88
               "shippingService": {
89
                    "shippingServiceId
ShippingServiceId

Shipping service identifier

":
"{Integer}",
90
                    "name
Name

Name of shipping service

":
"{String}",
91
                    "carrier": {
92
                         "carrierId
CarrierId

Carrier identifier

":
"{Integer}",
93
                         "carrierLink
CarrierLink

Carrier reference

":
"{String}"
94
                    },
95
                    "shippingServiceLink
ShippingServiceLink

Shipping service reference

":
"{String}"
96
               }
97
          },
98
          "payment": {
99
               "paymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the supplier.

Possible domain values can be found here

":
"{String}",
100
               "notificationId
NotificationId

Notification identifier

":
"{Integer}",
101
               "status
Status

Status of the notification

":
"{Integer}",
102
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
103
               "message
Message

The message from the notification definition, expanded with parameters.

":
"{String}",
104
               "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

":
"{String}",
105
               "notificationType": {
106
                    "notificationTypeId
NotificationTypeId

Notification type identifier

":
"{String}",
107
                    "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

":
"{String}",
108
                    "notificationTypeLink
NotificationTypeLink

Notification type reference

":
"{String}"
109
               },
110
               "notificationLink
NotificationLink

Notification reference

":
"{String}",
111
               "objectId
ObjectId

Identifier of the object

":
"{Integer}",
112
               "objectType
ObjectType

Type of object

":
"{String}",
113
               "name
Name

Name of the customer/supplier, or last name if it is a person.

":
"{String}",
114
               "firstName
FirstName

First name of the customer/supplier

":
"{String}",
115
               "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
116
               "objectLink
ObjectLink

API reference to the object

":
"{String}"
117
          }
118
     }
119
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 101420 HTTP 404 Setting definition not found
Error 100199 HTTP 404 Location not found
Error 102229 HTTP 400 Location {0} is already defined on the product
Error 101493 HTTP 400 Illegal update: New VAT code has VAT percentage different from old VAT code.
Error 101494 HTTP 400 Illegal VAT code: Vat code and document has different VAT number
Error 101496 HTTP 400 Illegal VAT code {0}: Check VAT FromPeriod and ToPeriod
Error 101495 HTTP 400 Illegal VAT code: {0}
Error 107641 HTTP 400 VAT code {0} has not an active VAT code setup
Error 100984 HTTP 400 Illegal update. The General ledger posting has ST>4
Error 100985 HTTP 400 Illegal update. The General ledger posting has AGIO-calculation
Error 108105 HTTP 400 Linking is not allowed for project order items for which have manually accrued handling
Error 108106 HTTP 400 Linking is not allowed for project order item which is based on expense log
Error 101469 HTTP 400 The object is not open for edit. To change currency, the object must be in status 1.
Error 101562 HTTP 400 This currency is not supported by the supplier
Error 101689 HTTP 400 You cannot change this purchase order to type 'REQUISITION' as it contains standard products (type not equal to X or V).
Error 101690 HTTP 400 You cannot change this purchase order to type 'REQUISITION' as it has assignments.